From d018c7fbda0138128f552825c9abf5770cd65796 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 9 Apr 2018 23:26:40 +0200 Subject: [PATCH] Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 54c858bb..ba817e9b 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -235,7 +235,8 @@ guestfsd_LDADD = \ $(TSK_LIBS) \ $(RPC_LIBS) \ $(YARA_LIBS) \ - $(OCAML_LIBS) + $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) guestfsd_CPPFLAGS = \ -I$(shell $(OCAMLC) -where) \ -- 2.30.2